home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
i
/
imagefxv2.1a.lha
/
ImageFX
/
Rexx
/
GrabScreen.ifx
< prev
next >
Wrap
Text File
|
1996-03-02
|
314b
|
21 lines
/*
* $VER: GrabScreen 2.0.1 (8.6.94)
*
* Arexx program for the ImageFX image processing system.
* Written by Thomas Krehbiel
*
* GrabScreen - simple screen grabbing utility.
*
*/
OPTIONS RESULTS
DO FOREVER
GrabBuffer
IF rc ~= 0 THEN LEAVE
SaveBufferAs ILBM
IF rc ~= 0 THEN LEAVE
END
EXIT